Begins a compute pipeline in the command stream. More...
#include <kanzi/gfx/commands.hpp>
Public Member Functions | |
| BeginComputePipelineCommand () | |
| Constructor. | |
Public Member Functions inherited from kanzi::gfx::BaseCommand | |
| uint32_t | getSize () const |
| Gets the command size in bytes. | |
| uint8_t | getTag () const |
| Gets the command tag. | |
| CommandType | getType () const |
| Gets the command type. | |
| void | setTag (uint8_t tag) |
| Sets the command tag. | |
Public Attributes | |
| ComputePipelineHandleGuard | computePipeline |
| The compute pipeline to begin. | |
Additional Inherited Members | |
Protected Member Functions inherited from kanzi::gfx::BaseCommand | |
| BaseCommand (CommandType t, uint32_t s) | |
| Constructor. | |
| BaseCommand (const BaseCommand &other) | |
| Copy Constructor. | |
| BaseCommand & | operator= (const BaseCommand &other) |
| Assignment operator. | |
Begins a compute pipeline in the command stream.
Requires:
|
inline |
Constructor.
| ComputePipelineHandleGuard kanzi::gfx::BeginComputePipelineCommand::computePipeline |
The compute pipeline to begin.